home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / rando093.arc / RAND.BAT < prev    next >
DOS Batch File  |  1991-11-22  |  2KB  |  59 lines

  1. echo off
  2. rem NOTE:  edit the paths below and use this to run RANDO
  3.  
  4. rando -ai:\areas.bbs -qc:\ctools\origin.lst
  5.  
  6. exit
  7.  
  8. rem    You must provide two command line parameters, optionally five more,
  9. rem    seperated by a space:
  10.  
  11. rem           ╒════════════════════════════════════════════════════════╕
  12. rem           │            RANDO v.093 - Random Origin lines           │
  13. rem           │  (C) Copyright 1991 by Don Dawson 1:141/730.0@Fidonet  │
  14. rem           ╘════════════════════════════════════════════════════════╛
  15.  
  16.  
  17. rem Usage: [-a\path\filename] [-q\path\filename] [-e\path\filename]
  18.            [-x\path\filename] [-b] [-s] [-l]
  19.  
  20. rem  -a [path and file name of AREAS.BBS]
  21. rem     ex:. -ac:\misc\areas.bbs
  22. rem  -q [path and file name of quotes file]
  23. rem     ex:  -qc:\misc\quotes.lst
  24. rem  -e [path and file name of quotes error file] (optional)
  25. rem     ex:  -ec:\misc\rando.err
  26. rem  -x [path and file name of areas to eXclude (optional)
  27. rem     ex:  -xc:\misc\skipem.lst
  28. rem  -b BBS name from the AREAS.BBS file will be prefixed to the origin line.
  29. rem     ex:  -b
  30. rem  -s Run silently.
  31. rem     ex:  -s
  32. rem  -l Write rando.log containing \yourpath\ and each origin line.
  33. rem     ex:  -l
  34.  
  35. rem   . -A  the name and path to your AREAS.BBS file (required).
  36. rem   . -Q  the name and path to the file that contains the stuff
  37. rem         (famous quotes?) you want to use in your *Origin line.
  38. rem         (required)
  39. rem   . -E  the name and path to a file into which you'd like all
  40. rem             "errors" in your quote file written. (optional)
  41. rem   . -X  the name and path to a file containing areas to eXclude.
  42. rem   . -B  Your BBS name from your AREAS.BBS will be prefixed to the
  43. rem         origin line.  This will cause your * Origin line to look like:
  44.  
  45. rem             * Origin My BBS How now, brown cow.
  46.  
  47. rem   . -S  Don't display the paths to the origin files
  48. rem   . -L  Log into RANDO.LOG each path and origin file contents.
  49.             
  50. rem     EXAMPLES:
  51.  
  52. rem     rando -ac:\bbs\areas.bbs -qc:\bbs\quotes.txt -b -s
  53.  
  54. rem        Note: No trailing backslash following the file name.
  55.  
  56. rem     rando -ac:\misc\myareas.bbs -qd:\stuff\myorigin.bbs -ec:\junk\errors.lst
  57.  
  58. rem         This will write 'input file errors' to the ERRORS.LST file.
  59.